* editfns.c: Move a (normally-unused) function to its only use.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Apr 2011 22:28:14 +0000 (15:28 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Apr 2011 22:28:14 +0000 (15:28 -0700)
commitf7f2bd3dad07aa187bb95ec3df3a7f182044d04d
tree47ac1b4d066c2cb818dfc6f18e21de23c038f2d5
parent8281d424b6efc90a9d671498ba454420826e38df
* editfns.c: Move a (normally-unused) function to its only use.

* editfns.c, lisp.h (get_operating_system_release): Remove.
* process.c (init_process) [DARWIN_OS]: Do it inline, as it is not
worth the hassle of breaking this out.
src/ChangeLog
src/editfns.c
src/lisp.h
src/process.c